projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270ce82
)
(init_eval_once): Increase max_lisp_eval_depth to 300.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 22 Feb 1997 19:31:13 +0000
(19:31 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 22 Feb 1997 19:31:13 +0000
(19:31 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 161861e41ed304a6c60ff95fb7bdce7f522650a6..139f3f3abf1abab437030f611f2e84adb858f83d 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-168,7
+168,7
@@
init_eval_once ()
specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));
specpdl_ptr = specpdl;
max_specpdl_size = 600;
- max_lisp_eval_depth =
2
00;
+ max_lisp_eval_depth =
3
00;
Vrun_hooks = Qnil;
}